home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4984 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: TMapping again!
  5. Date: 7 Mar 1996 16:00:56 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4hn17o$j3t@sunsystem5.informatik.tu-muenchen.de>
  9. References: <38232763@kone.fipnet.fi> <4hb5n1$r52@maureen.teleport.com> <38232824@kone.fipnet.fi>
  10. NNTP-Posting-Host: hphalle5.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle5.informatik.tu-muenchen.de
  12.  
  13.  
  14. In article <38232824@kone.fipnet.fi>, "Jyrki Saarinen" <jsaarinen@kone.fipnet.fi> writes:
  15. |> 
  16. |> > : Hmm, I am not sure if add.l d0,d1 is as fast add.l #$12345678,d1
  17. |> > : on the 68030. Propably not.
  18. |> > 
  19. |> >  Its not, I knew that it is on  the 040 and I assumed the same on the
  20. |> >  030... but imediate cost you extra cycle.
  21. |> 
  22. |> It seemed that at least on the 68020 add.w #imm,dn was 4 cycles
  23. |> vs. 2 cycles register add, and add.l #imm,dn was 6 cycles.
  24. |> Assuming in cache ofcourse..
  25.  
  26. yep, confirm :) 
  27. but (I already mentioned I think) add.w #imm,An is 6 cycles.
  28. use lea d(An),An instead to get 4 cycles Adressregister add.
  29.  
  30. don't know about and/or immedeate but assume they are same like add.
  31. hmm 6 cycles to do and.l #$f0f0f0f0,Dn. any fake idea ? :)
  32.  
  33. |> 
  34. |> --                               _
  35. |> a Stellar programmer          _ //
  36. |> "Amiga - back for the future" \X/
  37. ------------------------------------------------------------------------
  38.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  39.  
  40.